Raspberry Pi Picoメモ
#raspberry_pi #RaspberryPiPico
Raspberry Pi Documentation / Microcontrollers
https://www.raspberrypi.com/documentation/microcontrollers/
Raspberry Pi Pico
https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html
MicroPython
https://www.raspberrypi.com/documentation/microcontrollers/micropython.html
The C/C++ SDK
https://www.raspberrypi.com/documentation/microcontrollers/c_sdk.html
Forums
https://forums.raspberrypi.com/
Getting Started with Pico
https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf
初期状態
https://gyazo.com/26b5da0a5200a135af945db0e428db4f
INFO_UF2.TXT
UF2 Bootloader v3.0
Model: Raspberry Pi RP2
Board-ID: RPI-RP2
Raspberry Pi Picoをピコピコさせた
Raspberry Pi Picoのシリアル通信(UART)でHello World
Raspberry Pi PicoのUSBシリアル通信でHello World
参考サイト
Raspberry Pi Pico windows環境でさっとLチカする - Qiita
elf2uf2
https://github.com/raspberrypi/pico-sdk/blob/master/tools/elf2uf2/main.cpp
PicoボードにPico_SDKでC言語をビルドする: xshige's beta notes
Raspberry Pi Picoで組込みRust開発(開発環境構築編) - Qiita
Raspberry Pi Picoで組込みRust開発(開発環境構築編) - ochalog
Raspberry Pi Pico with Rust